3.2765 \(\int \frac{(c x)^{4+n}}{a+b x^n} \, dx\)

Optimal. Leaf size=44 \[ \frac{(c x)^{n+5} \, _2F_1\left (1,\frac{n+5}{n};2+\frac{5}{n};-\frac{b x^n}{a}\right )}{a c (n+5)} \]

[Out]

((c*x)^(5 + n)*Hypergeometric2F1[1, (5 + n)/n, 2 + 5/n, -((b*x^n)/a)])/(a*c*(5 +
 n))

_______________________________________________________________________________________

Rubi [A]  time = 0.0472557, antiderivative size = 44, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.059 \[ \frac{(c x)^{n+5} \, _2F_1\left (1,\frac{n+5}{n};2+\frac{5}{n};-\frac{b x^n}{a}\right )}{a c (n+5)} \]

Antiderivative was successfully verified.

[In]  Int[(c*x)^(4 + n)/(a + b*x^n),x]

[Out]

((c*x)^(5 + n)*Hypergeometric2F1[1, (5 + n)/n, 2 + 5/n, -((b*x^n)/a)])/(a*c*(5 +
 n))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 4.67581, size = 29, normalized size = 0.66 \[ \frac{\left (c x\right )^{n + 5}{{}_{2}F_{1}\left (\begin{matrix} 1, \frac{n + 5}{n} \\ 2 + \frac{5}{n} \end{matrix}\middle |{- \frac{b x^{n}}{a}} \right )}}{a c \left (n + 5\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x)**(4+n)/(a+b*x**n),x)

[Out]

(c*x)**(n + 5)*hyper((1, (n + 5)/n), (2 + 5/n,), -b*x**n/a)/(a*c*(n + 5))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0385234, size = 47, normalized size = 1.07 \[ -\frac{c^4 x^{5-n} (c x)^n \left (\, _2F_1\left (1,\frac{5}{n};\frac{n+5}{n};-\frac{b x^n}{a}\right )-1\right )}{5 b} \]

Antiderivative was successfully verified.

[In]  Integrate[(c*x)^(4 + n)/(a + b*x^n),x]

[Out]

-(c^4*x^(5 - n)*(c*x)^n*(-1 + Hypergeometric2F1[1, 5/n, (5 + n)/n, -((b*x^n)/a)]
))/(5*b)

_______________________________________________________________________________________

Maple [F]  time = 0.085, size = 0, normalized size = 0. \[ \int{\frac{ \left ( cx \right ) ^{4+n}}{a+b{x}^{n}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x)^(4+n)/(a+b*x^n),x)

[Out]

int((c*x)^(4+n)/(a+b*x^n),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \frac{c^{n + 4} x^{5}}{5 \, b} - a c^{n + 4} \int \frac{x^{4}}{b^{2} x^{n} + a b}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x)^(n + 4)/(b*x^n + a),x, algorithm="maxima")

[Out]

1/5*c^(n + 4)*x^5/b - a*c^(n + 4)*integrate(x^4/(b^2*x^n + a*b), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{\left (c x\right )^{n + 4}}{b x^{n} + a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x)^(n + 4)/(b*x^n + a),x, algorithm="fricas")

[Out]

integral((c*x)^(n + 4)/(b*x^n + a), x)

_______________________________________________________________________________________

Sympy [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x)**(4+n)/(a+b*x**n),x)

[Out]

Exception raised: TypeError

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (c x\right )^{n + 4}}{b x^{n} + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x)^(n + 4)/(b*x^n + a),x, algorithm="giac")

[Out]

integrate((c*x)^(n + 4)/(b*x^n + a), x)